lcDrwGetObjectByID Home

Returns the handle to an object by the object's identifier.

 HANDLE lcDrwGetObjectByID (
   HANDLE hDrw,
   int ObjType,
   int Id
 );

Parameters
hDrw
  Handle to a drawing object.
ObjType
  Object type.
Id
  Object's identifier (LC_PROP_TABLE_ID property)

Return Value

  Handle to an object.
If an object with specified identifier is not found, the function returns NULL.

See Also

  lcDrwGetObjectByName,   lcDrwGetObjectByIDH